home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- #ifndef ConvertH
- #define ConvertH
- //----------------------------------------------------------------------------
- #include <vcl\ExtCtrls.hpp>
- #include <vcl\Buttons.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Graphics.hpp>
- #include <vcl\Classes.hpp>
- #include <vcl\SysUtils.hpp>
- #include <vcl\Windows.hpp>
- #include <vcl\System.hpp>
- //----------------------------------------------------------------------------
- class TfrmConvert : public TForm
- {
- __published:
- TButton *OKBtn;
- TButton *CancelBtn;
- TRadioGroup *rgFrequency;
- TRadioGroup *rgCnannels;
- void __fastcall FormShow(TObject *Sender);
- void __fastcall OKBtnClick(TObject *Sender);
- private:
- public:
- virtual __fastcall TfrmConvert(TComponent* AOwner);
- };
- //----------------------------------------------------------------------------
- extern PACKAGE TfrmConvert *frmConvert;
- //----------------------------------------------------------------------------
- #endif
-